/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0px;
    padding: 0px;
}

fieldset,
img {
    border: none;
}

images {
    border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

input {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Microsoft YaHei';
}

input::-moz-focus-inner {
    border: none;
    padding: 0px;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 13px;
    margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

body {
    font-family: "Microsoft YaHei";
    background: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

.max {
    min-width: 1200px;
}

.box {
    width: 1200px;
    margin: 10px auto;
}

.box:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

ul:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.max:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    text-decoration: none;
}

.header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.header .left a {
    display: block;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #e6e6e6;
    margin-right: 30px;
    margin-top: -10px;
}

.header .left img {
    display: block;
}

.header .left strong {
    font-size: 22px;
    color: #f5780a;
}

.header .left p {
    font-size: 18px;
    color: #1f76e5;
    font-weight: bold;
}

.header .right {
    padding-left: 48px;
    background: url(../images/tel.png) no-repeat left center;
}

.header .right p {
    font-size: 16px;
    color: #898989;
}

.header .right strong {
    font-size: 27px;
    color: #f5780a;
    font-family: Impact;
    font-weight: normal;
}

.nav {
    height: 57px;
    line-height: 57px;
    background: url(../images/nav_ul.png) repeat-x center;
}

.nav ul li {
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #3694e8;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.nav ul li a {
    display: block;
    color: #fff;
}

.nav ul li.last {
    border: none;
}

.nav ul li:hover {
    background: #3694e8
}

/*menu*/

.menubg {
    background: url(../images/nav_ul.png) repeat-x center #3694e8;
    height: 57px;
    line-height: 57px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.menu>li {
    line-height: 56px;
    float: left;
    padding: 0 40px;
    position: relative;
    border-right: 1px solid #2983f7;
}

.menu>li>a {
    color: #fff;
}

.menu>li:hover {
    background: #3694e8;
}

.menu>li.active {
    background: #3694e8;
}

.sub {
    position: absolute;
    left: 0;
    z-index: 99;
    text-align: center;
    min-width: 100%;
    display: none;
}

.sub li {
    background: #3694e8;
}

.sub li a {
    color: #fff
}

.sub li:hover {
    background: #1f78e5;
}

.sea {
    margin-top: 5px;
    float: right;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 360px;
}

.banner .bd_a {
    width: 1920px;
    margin-left: -960px;
    position: relative;
    left: 50%;
}

.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 500px;
    z-index: 9
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 500px;
}

.fullSlide .bd ul {
    width: 100% !important;
    height: 500px;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    display: block;
    width: 16%;
    margin: 0 auto;
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 13px;
    height: 13px;
    border-radius: 25px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background: #2175cc;
}

.lmt {
    padding-top: 60px;
    margin-bottom: 60px;
}

.lmt strong {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}



.lmt p {
    font-size: 16px;
    text-align: center;
    color: #797979;
    margin-top: 6px;
}

.youshi_1 {
    padding-bottom: 55px;
    overflow: hidden;
    background: #f8f8f8;
}

.youshi_1 ul {
    width: 1230px;
}

.youshi_1 ul li {
    display: block;
    float: left;
    width: 214px;
    height: 191px;
    background: #fff;
    border-radius: 5px;
    margin-right: 30px;
    padding-top: 24px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li i {
    display: block;
    width: 90px;
    height: 98px;
    margin: 0 auto;
    background: url(../images/youshi_ico1.png) no-repeat center;
    margin-bottom: 18px;
}

.youshi_1 ul li strong {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #292929;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li p {
    text-align: center;
    font-size: 14px;
    color: #82868c;
    margin-top: 5px;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li.ys_1 i {
    background: url(../images/youshi_ico1.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li.ys_2 i {
    background: url(../images/youshi_ico2.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li.ys_3 i {
    background: url(../images/youshi_ico3.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li.ys_4 i {
    background: url(../images/youshi_ico4.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li.ys_5 i {
    background: url(../images/youshi_ico5.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.youshi_1 ul li:hover {
    background: #1f76e5
}

.youshi_1 ul li:hover strong {
    color: #fff;
}

.youshi_1 ul li:hover p {
    color: #fff;
}

.youshi_1 ul li.ys_1:hover i {
    background: url(../images/youshi_ico1_on.png) no-repeat center;
}

.youshi_1 ul li.ys_2:hover i {
    background: url(../images/youshi_ico2_on.png) no-repeat center;
}

.youshi_1 ul li.ys_3:hover i {
    background: url(../images/youshi_ico3_on.png) no-repeat center;
}

.youshi_1 ul li.ys_4:hover i {
    background: url(../images/youshi_ico4_on.png) no-repeat center;
}

.youshi_1 ul li.ys_5:hover i {
    background: url(../images/youshi_ico5_on.png) no-repeat center;
}

.pro-index {
    padding-top: 45px;
    padding-bottom: 14px;
}

.pro-index .left {
    width: 250px;
}

.nydh {
    width: 250px;
    background: #1f76e5;
    padding-bottom: 2px;
    border-radius: 5px;
}

.nydh .title {
    padding-top: 28px;
    padding-bottom: 25px;
}

.nydh .title strong {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.nydh .title p {
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 6px;
}

.nydh ul {
    width: 236px;
    background: #fff;
    margin: 0 auto 5px;
    border-radius: 5px;
}

.nydh ul dl dt {
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: url(../images/pro-nav-dt.png) no-repeat 13px #fafafa;
    font-size: 15px;
    color: #2d3e54;
    font-weight: bold;
    padding-left: 35px;
    border-radius: 5px;
}

.nydh ul dl dt a {
    color: #000000;
}

.nydh ul dl .pro-dd {
    width: 220px;
    margin: 0 auto;
}

.nydh ul dl .pro-dd:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.nydh ul dl .pro-dd dd {
    display: block;
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    background: url(../images/pro-nav-dd.png) no-repeat left center;
    padding-left: 10px;
}

.nydh ul dl .pro-dd dd a {
    display: block;
    color: #6f6f6f;
    height: 43px;
    overflow: hidden
}

/* .nydh ul dl {
    margin-bottom: 5px;
} */

.nydh ul dl .pro-dd dd a:hover {
    color: #1f76e5
}

.nydh ul dl .pro-dd dd.on a {
    color: #1f76e5
}

.nydh .protype li {
    padding: 0 20px 0 30px;
    /* border-top: 1px dashed #ddd; */
}

.nydh .protype li:nth-child(1) {
    background: url(../images/icon02.png) no-repeat 10px center;
    background-size: 12px 12px;
    border: 0;
}

.nydh .protype li p {
    padding-left: 10px;
    border-top: 1px dashed #ddd;
}

.nydh .protype li:nth-child(1) a {
    font-weight: bold;
}

.nydh .protype li a {
    display: block;
    color: #2d3e54;
    line-height: 36px;
    height: 36px;
    overflow: hidden
}

.nydh .protype li a:hover {
    color: #1f76e5;
}

.pro-index .right {
    width: 930px;
}

.pro-index .right ul {
    width: 960px;
}

.pro-index .right ul li {
    display: block;
    float: left;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 24px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.pro-index .right ul li i {
    display: block;
    width: 290px;
    height: 220px;
    overflow: hidden;
}

.pro-index .right ul li i img {
    display: block;
    width: 290px;
    height: 220px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.pro-index .right ul li:hover i img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-index .right ul li .pro-text {
    width: 288px;
    border: 1px solid #e0e0e0;
    padding: 13px 0;
    border-radius: 0 0 5px 5px;
}

.pro-index .right ul li .pro-text strong {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #2b2b2b;
}

.pro-index .right ul li .pro-text p {
    text-align: center;
    font-size: 12px;
    color: #767676;
    margin-top: 8px;
}

.pro-index .right ul li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.tiaofu {
    width: 100%;
}

.tiaofu img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* .tiaofu {
    height: 245px;
    background: url(../images/tiaofu.jpg) no-repeat center center;
}

.tiaofu .box {
    position: relative;
    height: 245px;
}

.tiaofu .box strong {
    display: block;
    font-size: 42px;
    color: #00ffea;
    position: absolute;
    right: 30px;
    bottom: 40px;
    font-family: Impact;
    font-weight: normal;
} */

.youshi_2 {
    background: url(../images/youshi_2.jpg) no-repeat center;
    height: 647px;
    padding-top: 70px;
}

.youshi_2 .title {
    width: 100%;
    /* height: 130px;
    background: url(../images/youshi_2_tit.png) no-repeat center; */
}

.youshi_2 .title img {
    display: block;
    max-width: 100%;
    margin: 0 uto;
}

.youshi_2 .yuoshi_2_nr {
    height: 352px;
    background: url(../images/youshi_2_box.png) no-repeat center;
    margin-top: 70px;
}

.youshi_2 .yuoshi_2_nr dl {
    display: block;
    float: left;
    width: 350px;
}

.youshi_2 .yuoshi_2_nr dl dt {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
}

.youshi_2 .yuoshi_2_nr dl dd {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 25px;
    margin-top: 5px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_1 {
    text-align: right;
    margin-top: 26px;
    height: 166px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_1 dt {
    padding-right: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_2 {
    float: right;
    margin-top: 26px;
    height: 166px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_2 dt {
    padding-left: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_3 {
    text-align: right;
    margin-top: 40px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_3 dt {
    padding-right: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_4 {
    float: right;
    margin-top: 40px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_4 dt {
    padding-left: 22px;
}

.case {
    padding-bottom: 50px;
}

.case ul {
    width: 1220px;
}

.case ul li {
    display: block;
    float: left;
    width: 568px;
    height: 187px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.case ul li img {
    float: left;
    /* width: 198px; */
    width: 252px;
    border-radius: 5px;
    height: 187px;
}

.case ul li .right {
    /* width: 350px; */
    width: 296px;
    margin-right: 5px;
}

.case ul li .right a.tit {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px;
    overflow: hidden;
    color: #1f1f1f;
    font-weight: bold;
}

.case ul li .right p {
    font-size: 14px;
    color: #979797;
    line-height: 23px;
    margin-top: 5px;
    height: 69px;
    overflow: hidden;
}

.case ul li .right a.more {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #32353c;
    background: #32353c;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.case ul li .right a.more1 {
    background: #fff;
    color: #626262;
}

.case ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2)
}

.case ul li .right a.tit:hover {
    color: #1f76e5;
}

.case ul li .right a.more:hover {
    background: #1f76e5;
    color: #fff;
    border: 2px solid #1f76e5;
}

.case .more_1 {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 40px;
    background: #1f76e5;
}

.case .more_1:hover {
    box-shadow: 0px 0px 20px rgba(31, 118, 229, 1)
}

.liucheng {
    height: 386px;
    background: url(../images/liucheng_bg.jpg) no-repeat center;
}

.liucheng .lmt strong {
    color: #fff;
}


.liucheng .lmt p {
    color: #fff;
}

.liucheng ul {
    width: 1266px;
    margin-left: 20px;
}

.liucheng ul li {
    display: block;
    float: left;
    width: 93px;
    margin-right: 60px;
    position: relative;
}

.liucheng ul li img {
    display: block;
    margin: 0 auto;
}

.liucheng ul li p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

.liucheng ul li:after {
    content: "";
    width: 46px;
    height: 10px;
    background: url(../images/liucheng_after.png) no-repeat center;
    position: absolute;
    right: -53px;
    top: 43px;
}

.liucheng ul li.last:after {
    display: none;
}

.about {
    padding-top: 75px;
    padding-bottom: 70px;
    background: #fafafa;
}

.about .left {
    width: 445px;
}

.about .right {
    width: 725px;
    /* padding-top: 35px; */
}

.about .right .tit {
    font-size: 32px;
    color: #363636;
    position: relative;
    padding-left: 13px;
}

.about .right .tit:after {
    content: "";
    width: 6px;
    height: 28px;
    background: #1f76e5;
    position: absolute;
    left: 0;
    top: 9px;
}

.about .right .tit span {
    font-size: 16px;
    color: #c5c4c2;
}

.about .right .ab_tab a {
    display: inline-block;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 25px;
    background: #dedede;
    color: #656565;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .right .ab_tab a.on,
.about .right .ab_tab a:hover {
    color: #fff;
    background: #1f76e5
}

.about .right .jianjie {
    height: 358px;
    margin: 14px 0;
    overflow: hidden;
}

.about .right .jianjie * {
    font-size: 15px !important;
    /* color: #757575 !important; */
    line-height: 30px !important;
}

.about .right .jianjie_a {
    color: #1f76e5;
}

.news {
    padding-top: 30px;
    height: 500px;
}

.news .left {
    width: 567px;
}

.news .left .hd {
    background: url(../images/news-ico1.png) no-repeat left center;
    padding-left: 26px;
}

.news .left .hd span.more {
    float: right;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #9a9a9a
}

.news .left .hd span.more a {
    color: #9a9a9a
}

.news .left .hd span.more a:hover {
    color: #1f76e5
}

.news .left .hd ul li {
    display: block;
    float: left;
    width: 113px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #363636;
}

.news .left .hd ul li a {
    color: #363636;
}

.news .left .hd ul li.on a {
    color: #1f76e5;
    font-weight: bold;
}

.news .left .bd .conlist .item {
    height: 37px;
    line-height: 37px;
    padding-left: 12px;
}

.news .left .bd .conlist .item .time {
    float: right;
    font-size: 14px;
    color: #bababa;
    margin-left: 15px;
}

.news .left .bd .conlist .item .title {
    font-size: 14px;
    color: #535353
}

.news .left .bd .conlist .item .title:hover {
    color: #1f76e5
}

.news .left .bd .conlist .item .desc {
    display: none;
}

.news .left .bd .conlist .item:nth-child(1) {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.news .left .bd .conlist .item:nth-child(1) .title {
    display: block;
    font-size: 16px;
    color: #000;
    height: 28px;
    overflow: hidden;
    font-weight: bold;
}

.news .left .bd .conlist .item:nth-child(1) .title:hover {
    color: #1f76e5
}

.news .left .bd .conlist .item:nth-child(1) .time {
    display: none;
}

.news .left .bd .conlist .item:nth-child(1) .desc {
    display: block;
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news .right {
    width: 565px;
}

.news .right .title {
    height: 56px;
    line-height: 56px;
    background: url(../images/news-ico2.png) no-repeat left center;
    padding-left: 35px;
}

.news .right .title p {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.news .right .title p a {
    color: #363636;
}

.news .right .title a.more {
    float: right;
    font-size: 14px;
    color: #9a9a9a
}

.news .right .title a.more:hover {
    color: #1f76e5
}

.news .right dl {
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed
}

.news .right dl dt {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    background: url(../images/w.png) no-repeat left center;
    padding-left: 28px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.news .right dl dt a {
    color: #000;
}

.news .right dl dt a:hover {
    color: #1f76e5
}

.news .right dl dd {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 22px;
    height: 44px;
    background: url(../images/d.png) no-repeat left 3px;
    padding-left: 28px;
    overflow: hidden;
}

.news .right dl:last-child {
    border: none;
}

.links {
    margin-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.links .title {
    height: 56px;
    line-height: 56px;
    background: url(../images/news-ico2.png) no-repeat left center;
    padding-left: 35px;
}

.links .title p {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.links .title p a {
    color: #363636;
}

.links a {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #878787;
    margin-right: 10px;
}

.footer {
    background: #272727;
    padding-top: 35px;
}

.footer .left {
    width: 730px;
    border-right: 1px solid #3d3d3d;
    height: 175px;
}

.footer .left dl {
    display: block;
    float: left;
    width: 115px;
    margin-right: 60px;
}

.footer .left dl dt {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #3d3d3d;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.footer .left dl dt:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #1f76e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .left dl dd {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #8c8c8c;
}

.footer .left dl dd a {
    color: #8c8c8c
}

.footer .left dl dd a:hover {
    color: #fff;
}

.footer .right {
    width: 414px;
}

.footer .box {
    padding-bottom: 35px;
}

.footer .right .tit {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #3d3d3d;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.footer .right .tit:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #1f76e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .right img {
    float: right;
}

.footer .right p {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #8c8c8c
}

.footer .copyright {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #1d1d1d;
    color: #8c8c8c;
    font-size: 14px;
}

.footer .copyright a {
    color: #8c8c8c;
}

.neiye {
    padding-top: 25px;
    padding-bottom: 50px;
}

.nylx {
    width: 250px;
    margin-top: 15px;
}

.nylx .title {
    width: 230px;
    height: 57px;
    line-height: 57px;
    background: #1f76e5;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.nylx .title span {
    font-weight: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
}

.nylx .title:after {
    content: "";
    width: 4px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 22px;
}

.nylx .nylx_box {
    width: 248px;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding-top: 20px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}

.nylx .nylx_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.nylx .nylx_box span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #1f76e5;
    margin-bottom: 5px;
}

.nylx .nylx_box strong {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #1f76e5;
}

.nylx .nylx_box b {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 15px;
    color: #323232;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 10px;
}

.nylx .nylx_box p {
    width: 230px;
    margin: 0 auto;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 29px;
    margin-top: 5px;
}

.neiye .right {
    width: 930px;
}

.neiye .right .newsnav {
    width: 928px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #1f76e5;
    border-radius: 0 0 5px 5px;
}

.neiye .right .newsnav p {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #aeaeae;
}

.neiye .right .newsnav p a {
    color: #aeaeae;
}

.neiye .right .newsnav strong {
    display: block;
    font-size: 19px;
    color: #2b2b2b;
    padding-left: 20px;
    position: relative;
}

.neiye .right .newsnav strong:after {
    content: "";
    width: 4px;
    height: 15px;
    background: #1f76e5;
    position: absolute;
    left: 11px;
    top: 19px;
}

.neiye .right .neiye_right {
    width: 930px;
    /* padding: 20px;  */
}

.neiye .right .neiye_right .case_list li {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .case_list li:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.neiye .right .neiye_right .case_list li img {
    display: block;
    width: 198px;
    height: 187px;
    float: left;
    margin-right: 15px;
}

.neiye .right .neiye_right .case_list li .case_nr {
    float: right;
    width: 690px;
}

.neiye .right .neiye_right .case_list li .case_nr a.tit {
    display: block;
    font-size: 17px;
    color: #1f1f1f;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}

.neiye .right .neiye_right .case_list li .case_nr p {
    font-size: 14px;
    color: #979797;
    line-height: 23px;
    margin-top: 10px;
    height: 69px;
    overflow: hidden;
}

.neiye .right .neiye_right .case_list li a.more {
    display: inline-block;
}

.neiye .right .neiye_right .case_list li a.more {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #bcbcbc;
    background: #bcbcbc;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.neiye .right .neiye_right .case_list li a.more1 {
    background: #fff;
    color: #626262;
}

.neiye .right .neiye_right .case_list li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1)
}

.neiye .right .neiye_right .case_list li .case_nr a.tit:hover {
    color: #1f76e5;
}

.neiye .right .neiye_right .case_list li a.more:hover {
    background: #1f76e5;
    color: #fff;
    border: 2px solid #1f76e5;
}

.pagelink {
    height: 35px;
    text-align: center;
    margin: 50px 0 30px 0;
    *margin-left: 30px;
}

.pagelink .page-index,
.pagelink .page-pre,
.pagelink .page-next,
.pagelink .page-last {
    list-style: none;
    border: 1px solid #C7CFC2;
    display: inline-block;
    margin: 0 3px;
    *display: block;
    *float: left;
}

.pagelink .page-status {
    list-style: none;
    border: 1px solid #C7CFC2;
    display: inline-block;
    margin: 0 3px;
    *display: block;
    *float: left;
    padding: 3px 8px;
}

.pagelink .page-index a,
.pagelink .page-pre a,
.pagelink .page-next a,
.pagelink .page-last a {
    padding: 3px 8px;
    display: block;
}

.pagelink .page-numbar .page-num {
    list-style: none;
    border: 1px solid #C7CFC2;
    padding: 3px 8px;
    display: inline-block;
    margin: 0 3px;
    *display: block;
    *float: left;
}

.pagelink a.page-num-current,
.pagelink a:hover {
    background: #CCC;
    color: #FFF;

}

.neiye .right .neiye_right .pro-list {
    width: 965px;
}

.neiye .right .neiye_right .pro-list .item {
    display: block;
    float: left;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 23px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list .item i {
    display: block;
    width: 290px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.neiye .right .neiye_right .pro-list .item i img {
    display: block;
    width: 290px;
    height: 240px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list .item:hover i img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.neiye .right .neiye_right .pro-list .item i a.more {
    padding-top: 7px;
    display: block;
    width: 54px;
    height: 56px;
    background: url(../images/dg.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
}

.neiye .right .neiye_right .pro-list .item .pro_text {
    width: 288px;
    border: 1px solid #e1e1e1;
    padding: 13px 0;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list .item .pro_text strong {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list .item .pro_text p {
    text-align: center;
    font-size: 13px;
    color: #767676;
    margin-top: 10px;
}

.neiye .right .neiye_right .pro-list .item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.neiye .right .neiye_right .pro-list .item:hover .pro_text {
    border: 1px solid #fff;
}

.neiye .right .neiye_right .pro-list .item:hover .pro_text strong {
    color: #1f76e5;
}

.neiye .right .neiye_right .news-list {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-top: 0;
}

.neiye .right .neiye_right .news-list .item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.neiye .right .neiye_right .news-list .item:last-child {
    border: 0;
}

.neiye .right .neiye_right .news-list .item img {
    display: block;
    float: left;
    width: 197px;
    height: 141px;
    margin-right: 18px;
}

.neiye .right .neiye_right .news-list .item:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.neiye .right .neiye_right .news-list .item a.tit {
    overflow: hidden;
    display: block;
    font-size: 17px;
    color: #313131;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
}

.neiye .right .neiye_right .news-list .item p {
    font-size: 14px;
    color: #898989;
    line-height: 27px;
}

.neiye .right .neiye_right .news-list .item a.more {
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    color: #1f76e5;
    font-size: 14px;
}

.neiye .right .neiye_right .news-list .item a.tit:hover {
    color: #1f76e5
}

.neiye .right .neiye_right .news-list .item span {
    display: block;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.neiye .right .neiye_right .news-list .item span i {
    float: right;
    font-size: 14px;
    color: #aaaaaa;
    margin-left: 25px;
    font-style: normal;
}

.nydh .ul_li {
    width: 248px;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}

.nydh .ul_li li {
    font-size: 15px;
    color: #3b3b3b;
    background: url(../images/ul_li1.png) no-repeat 20px center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 47px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.nydh .ul_li li a {
    display: block;
    color: #3b3b3b;
}

.nydh .ul_li li:hover,
.nydh .ul_li li.on {
    background: url(../images/ul_li.png) no-repeat 20px center;
}

.nydh .ul_li li:hover a,
.nydh .ul_li li.on a {
    color: #1f76e5;
}

.pd {
    padding-bottom: 0;
}

.pro-xq {
    width: 930px
}

.pro-xq .pic {
    float: left;
    width: 483px;
    height: 358px;
    margin-right: 20px;
}

.pro-xq .pic img {
    width: 483px;
    height: 358px;
}

.TB-focus {
    width: 483px;
    height: 358px;
    position: relative;
    overflow: hidden;
}

.TB-focus .hd {
    position: absolute;
    right: 9px;
    bottom: 10px;
    z-index: 1;
    padding-left: 2px;
}

.TB-focus .hd li {
    color: #f60;
    cursor: pointer;
    margin-left: 3px;
    width: 18px;
    height: 18px;
    background: #7c7c7c;
    float: left;
    font-size: 13px;
    line-height: 18px;
    overflow: visible;
    text-align: center;
    margin-left: 3px;
    color: #fff;
    border-radius: 10px;
}

.TB-focus .hd li.on {
    background: #b00000;
    color: #fff;
}

.TB-focus img {
    width: 483px;
    height: 358px;
}

.pro-xq .pro-js {
    width: 427px;
    float: left;
}

.pro-xq .pro-js h1 {
    font-size: 26px;
    color: #000;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #eee;
}

.pro-xq .pro-js .pro-xx {
    font-size: 14px;
    color: #5b5b5b;
    overflow-y: auto;
    line-height: 23px;
    height: 160px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.pro-xq .pro-lx {
    padding-top: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.pro-xq .pro-lx p {
    width: 240px;
    float: left;
    font-size: 16px;
    color: #1f76e5;
}

.pro-xq .pro-lx p i {
    display: block;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/ico-tel.png) no-repeat center;
}

.pro-xq .pro-lx p font {
    line-height: 15px;
    display: block;
    margin-bottom: 3px;
}

.pro-xq .pro-lx:after {
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.pro-xq .pro-lx p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #1f76e5;
    line-height: 24px;
}

.pro-xq .pro-lx a.zx {
    display: inline-block;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    background: #1f76e5;
    margin-top: 5px;
}

.pro-xq .pro-lx a.zx1 {
    background: #1f76e5;
}

.pro-xq .pro-lx a.zx:hover {
    border-radius: 25px;
}

.pro-xq .pro-xiangqing {
    margin-top: 20px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 28px;
    padding-bottom: 30px;
}

.pro-xq .pro-xiangqing table {
    width: 100%;
}

.pro-xq .pro-xiangqing table td {
    border: 1px solid #CCC;
}

.neiye .right .newsnav1 {
    border: none;
    border-bottom: 1px solid #e9e9e9;
}

.neiye .right .newsnav1 strong {
    padding-left: 13px;
}

.neiye .right .newsnav1 strong:after {
    left: 0;
}

.neiye .right .neiye_right .biaoti {
    width: 930px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.neiye .right .neiye_right .biaoti h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.neiye .right .neiye_right .biaoti p {
    font-size: 14px;
    color: #ccc;
    margin-top: 15px;
}

.neiye .right .neiye_right .fn {
    width: 930px;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 30px;
}

.neiye .right .neiye_right .fn p {
    font-size: 14px;
    line-height: 30px;
    color: #565656
}

.neiye .right .neiye_right .fn p a {
    color: #565656
}

.neiye .right .neiye_right .fn p a:hover {
    color: #1f76e5;
}

.danye {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 31px;
    padding-bottom: 20px;
}

#map {
    width: 100%;
    height: 440px;
    margin-bottom: 10px;
}

.contact .left {
    width: 422px;
}

.contact .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.contact .title p {
    display: inline-block;
    font-size: 17px;
    color: #1f76e5;
    font-weight: bold;
    border-bottom: 2px solid #1f76e5;
    height: 43px;
    line-height: 43px;
    padding: 0 3px;
}

.contact .left strong {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 10px;
}

.contact .left img {
    float: right;
    margin-top: 20px;
}

.contact .left p.dizhi {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 29px;
}

.contact .right {
    width: 463px;
}

.contact .right form p {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 32px;
    width: 100%;
    margin-bottom: 10px;
}

.contact .right form p.text {
    width: 49%;
    float: left;
}

.contact .right form p.text input {
    width: 135px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    padding-left: 5px;
}

.contact .right form textarea {
    width: 373px;
    height: 105px;
    border: 1px solid #ececec;
    padding-top: 5px;
    padding-left: 5px;
}

.contact .right form p span {
    display: block;
    float: left;
    width: 80px;
    font-size: 14px;
}

.contact .right form p .submit {
    display: inline-block;
    width: 123px;
    height: 35px;
    border: none;
    background: #1f76e5;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.contact .right form p .reset {
    background: #bcbcbc;
}

.swiper {
    height: auto;
    position: relative;
}

.swiper .swiper-container {
    height: auto !important;
}

.swiper .swiper-slide {
    height: auto !important;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
}